Crate rusoto_signature[−][src]
Expand description
AWS API request signatures.
Follows AWS Signature 4 algorithm.
If needed, the request will be re-issued to a temporary redirect endpoint. This can happen with newly created S3 buckets not in us-standard/us-east-1.
Please note that this module does not expect URIs to already be encoded.
Re-exports
pub extern crate rusoto_credential as credential;
pub use region::Region;
pub use signature::SignedRequest;
pub use signature::SignedRequestPayload;
pub use stream::ByteStream;